-
Notifications
You must be signed in to change notification settings - Fork 784
Hooks reflection examples output #4435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Not sure what I can do about that. Someone can also cherry pick my commit or use its patch file. |
Thank you, I will merge the other PR so you can rebase onto of master. |
|
||
// But this would set the $age to -2 without error. | ||
$rProp->setRawValue($example, -2); | ||
print $example->age; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we mostly use echo
in the manual.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These exist in the previous commit, I'll change all print
to echo
.
Sorry this took a while, can you rebase on top of master? |
a6454f7
to
239d017
Compare
Done |
Thank you! |
I have added output for the examples added in #4110. I had to tweak the examples a bit for output readability